Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeElement<T> Class / CellRanges Property


In This Topic
    CellRanges Property (RangeElement<T>)
    In This Topic
    Gets the cell ranges.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellRanges As List(Of CellRange)
    'Usage
     
    
    Dim instance As RangeElement(Of T)
    Dim value As List(Of CellRange)
     
    value = instance.CellRanges
    public List<CellRange> CellRanges {get;}
    See Also